object BootImageSelectForm: TBootImageSelectForm Left = 437 Top = 237 BorderIcons = [biSystemMenu] BorderStyle = bsDialog BorderWidth = 5 Caption = 'Boot properties' ClientHeight = 110 ClientWidth = 332 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel: TBevel Left = 0 Top = 66 Width = 329 Height = 9 Shape = bsBottomLine end object Label1: TLabel Left = 8 Top = 28 Width = 78 Height = 13 Caption = ' Boot image file: ' end object OkButton: TButton Left = 85 Top = 83 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 0 OnClick = OkButtonClick end object CancelButton: TButton Left = 173 Top = 83 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object BootableCheckBox: TCheckBox Left = 15 Top = 5 Width = 300 Height = 17 Caption = 'Make disc bootable' TabOrder = 2 end object BrowseButton: TButton Left = 307 Top = 43 Width = 21 Height = 21 Caption = '...' TabOrder = 3 OnClick = BrowseButtonClick end object BootFilePathEdit: TEdit Left = 4 Top = 43 Width = 301 Height = 21 TabOrder = 4 OnChange = BootFilePathEditChange end object OpenDialog: TOpenDialog Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] Title = 'Select boot image file' Left = 32 Top = 79 end object smlFormLangRes: TsmlFormLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True StringProperties.Strings = ( 'Caption' 'Title') StringsProperties.Strings = ( 'Tabs' 'Items') IgnoreControls.Strings = ( 'BootFilePathEdit' 'BrowseButton') IgnoreFormCaption = False IncludeListViewItems = False IncludeListViewHead = False IncludeTreeViewItems = False Active = False Top = 79 end object smlMsgLangRes: TsmlMsgLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True MsgList.Strings = ( 'AllFiles=All files' 'BIFiles=Boot image files') Active = False Left = 64 Top = 80 end end